Release 10.1A: OpenEdge Application Server:
Administration


requestWaitTimeout

Session model: Free

Determines how the WSA Adapter or OpenEdge Adapter for Sonic ESB handles requests when the connection pool becomes full. (The connection pool is full when the number of active sessions equals the value of maxSessions, and all sessions are currently running requests.)

The adapter handles such requests according to the value of requestWaitTimeout as shown in Table A–2.

Table A–2: requestWaitTimeout property values 
If the value is...
The WSA Adapter or OpenEdge Adapter for Sonic ESB...
-1
Queues the request indefinitely until an AppServer session becomes available.
0
Rejects the request and returns an error message to the client indicating that there are too many concurrent requests.
> 0
Queues the request for the maximum number of seconds specified by the value until an AppServer session becomes available. If no session becomes available in that time, the adapter returns an error to the client.

Installation default: 0


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095